home *** CD-ROM | disk | FTP | other *** search
/ Danny Amor's Online Library / Danny Amor's Online Library - Volume 1.iso / html / faqs / faq / eiffel-faq < prev    next >
Text File  |  1995-07-25  |  54KB  |  1,288 lines

  1. Subject: comp.lang.eiffel Frequently Asked Questions (FAQ)
  2. Newsgroups: comp.lang.eiffel,comp.answers,news.answers
  3. From: rogerb@eiffel.demon.co.uk (Roger Browne)
  4. Date: Thu, 3 Nov 1994 16:07:32 +0000
  5.  
  6. Archive-name: eiffel-faq
  7. Last-modified: 3 Nov 1994
  8.  
  9. EIFFEL: FREQUENTLY ASKED QUESTIONS
  10. ----------------------------------
  11.  
  12. This question-and-answer list is posted monthly to the Usenet newsgroups 
  13. comp.lang.eiffel, comp.answers and news.answers.
  14.  
  15. Please send corrections, additions and comments to Roger Browne 
  16. (rogerb@eiffel.demon.co.uk).
  17.  
  18. This information is abstracted and condensed from the posts of many 
  19. contributors to comp.lang.eiffel, supplemented by information from vendors. 
  20. No guarantees are made regarding its accuracy.
  21.  
  22. This compilation is by Roger Browne. Distribution over the Internet or by 
  23. electronic mail is unrestricted. Other use requires my permission.
  24.  
  25. You can receive the latest copy by anonymous file transfer from:
  26.  
  27.    ftp.cm.cf.ac.uk  /pub/eiffel/eiffel-faq
  28.    rtfm.mit.edu     pub/usenet/news.answers/eiffel.faq
  29.  
  30. or by sending an email message to archive-server@cm.cf.ac.uk with the 
  31. following message body:
  32.  
  33.    send Eiffel eiffel-faq
  34.  
  35. ----------
  36.  
  37. CONTENTS
  38.  
  39. Changes since the last posting:
  40.  
  41.    Q07: Details of French editions of OOSC and ETL.
  42.    Q16: New email address for Zumasoft
  43.    Q21: URL for ISE's WWW server
  44.    L03: ISE's EiffelNet library
  45.  
  46.    Thanks for help with this month's updates to:
  47.    Ted Stevens, Nicolas Waquier, Darcy Harrison, Fabrice Franceschi.
  48.  
  49. Frequently Asked Questions:
  50.  
  51.    Q01) What is Eiffel?
  52.    Q02) Where did Eiffel come from?
  53.    Q03) What Eiffel products are available?
  54.    Q04) Are there any school or student discounts?
  55.    Q05) Is Eiffel available in the public domain or as shareware?
  56.    Q06) What is Sather? How does it compare to Eiffel?
  57.    Q07) What books are available for learning about Eiffel?
  58.    Q08) Are any magazines or newsletters available concerning Eiffel?
  59.    Q09) Is Eiffel available on PC, Mac, NeXT, Amiga, Atari, ...?
  60.    Q10) Is there an archive of the comp.lang.eiffel newsgroup?
  61.    Q11) How much memory and disk space does Eiffel development require?
  62.    Q12) How large are typical Eiffel executables?
  63.    Q13) Are there standards for the Eiffel language?
  64.    Q14) How fast do Eiffel applications run?
  65.    Q15) Are there any Eiffel user groups?
  66.    Q16) Where can I get Eiffel products and services?
  67.    Q17) Are there any conferences for Eiffel users?
  68.    Q18) Why do Eiffel implementations compile to C?
  69.    Q19) What is BON?
  70.    Q20) Where can I get an Eiffel editor or emacs-mode?
  71.    Q21) Where can I find Eiffel on the World-Wide-Web?
  72.  
  73. Language Issues:
  74.  
  75.    L01) What features does Eiffel have?
  76.    L02) What changes have been made to the Eiffel language definition?
  77.    L03) What libraries come with Eiffel?
  78.    L04) What's the big deal about preconditions and postconditions?
  79.    L05) Please explain and discuss covariance vs. contravariance.
  80.    L06) Is it true that there are "holes" in the Eiffel type system?
  81.    L07) Is there support for concurrency in Eiffel?
  82.    L08) Why doesn't Eiffel allow function overloading?
  83.    L09) Why are there no procedural types in Eiffel?
  84.    L10) Why are there no class attributes in Eiffel?
  85.    L11) How can I call the parent-class version of a redefined routine?
  86.  
  87. ----------
  88.  
  89. Q01)   What is Eiffel?
  90.  
  91. Eiffel is an advanced object-oriented programming language that emphasizes 
  92. the design and construction of high-quality and reusable software.
  93.  
  94. Eiffel is not a superset or extension of any other language. Eiffel 
  95. strongly encourages object-oriented programming and does not allow 
  96. dangerous practices from previous generation languages although it does 
  97. interface to other languages such as C and C++. Eiffel supports the concept 
  98. of "Design by Contract" to improve software correctness.
  99.  
  100. Beyond the language aspect Eiffel may be viewed as a method of software 
  101. construction. Eiffel is an excellent vehicle for software education, 
  102. including for a first programming course.
  103.  
  104. ----------
  105.  
  106. Q02)   Where did Eiffel come from?
  107.  
  108. Eiffel was created by Bertrand Meyer and developed by his company, 
  109. Interactive Software Engineering (ISE) of Goleta, CA.
  110.  
  111. Dr. Meyer borrowed on his extensive experience with OOP, particularly with 
  112. Simula. He also added in important concepts from his academic work on 
  113. software verification and computer language definition.
  114.  
  115. Eiffel's design addresses many practical concerns that software engineers 
  116. face when creating complex software. Eiffel has evolved continually since 
  117. its conception on September 14, 1985 and its first introduction in 1986.
  118.  
  119. Eiffel is named after Gustave Eiffel, the engineer who designed the Eiffel 
  120. Tower.
  121.  
  122. ----------
  123.  
  124. Q03)   What Eiffel products are available?
  125.  
  126. ISE Eiffel 3 is a commercially supported product available from Interactive 
  127. Software Engineering.
  128.  
  129. ISE Eiffel 3 is a complete graphical development environment meant for the 
  130. production of quality software, with particular attention being given to 
  131. the development of large systems. The environment itself is written in 
  132. Eiffel, and is an example of non-trivial system - about 3000 classes.
  133.  
  134. Eiffel/S is produced by SIG Computer GmbH of Germany. It is based on the 
  135. Eiffel 3 language definition.
  136.  
  137. Eiffel/S release 1.3 includes:
  138.    - command-line compiler with automatic configuration management
  139.    - libraries
  140.    - manual
  141.  
  142. TowerEiffel is an open high-performance Eiffel system from Tower Technology 
  143. Corporation of Austin, Texas which includes:
  144.    - an open-ended emacs-based development environment including syntax-
  145.      directed highlighting, browsing options and automatic documentation
  146.      generation in ASCII, LaTex, RTF or FrameMaker mif format.
  147.    - an Eiffel 3 compiler that generates executables that rival C and C++
  148.      in performance
  149.    - the ability to directly interoperate with and generate code in C, C++
  150.      or Objective C.
  151.    - a multi-language source level debugger.
  152.    - kernel and support libraries including simple persistence and
  153.      heterogenous object distribution.
  154.  
  155. ----------
  156.  
  157. Q04)   Are there any school or student discounts?
  158.  
  159. Both ISE Eiffel and SIG Eiffel/S include aggressive site-licensing and 
  160. discount licenses for schools and universities.
  161.  
  162. Eiffel/S offers an inexpensive student or trial license. This license is 
  163. limited to building systems with up to 75 classes. You do not have to be a 
  164. student to buy it, and you get a discount if you subsequently upgrade to 
  165. the full version.
  166.  
  167. TowerEiffel is available in a form identical to the commercial version of 
  168. the product but with discounts of around 90% for professors, 80% for 
  169. students and 70% for non-commercial licensees.
  170.  
  171. ISE offers a much-reduced price on its Linux product for individuals.
  172.  
  173. ----------
  174.  
  175. Q05)   Is Eiffel available in the public domain or as shareware?
  176.  
  177. There is not currently a public domain Eiffel compiler. ISE has expressed 
  178. willingness to support the serious efforts of those who wish to create a PD 
  179. Eiffel, but so far no such effort has succeeded.
  180.  
  181. There is, however, a somewhat limited Eiffel 2.3 interpreter for the Atari 
  182. ST which is shareware (DM50). The documentation is in German, and the 
  183. example files seem quite interesting. Inheritance does not seem to be 
  184. supported (!), but there is an interesting extension to allow "for all" and 
  185. "for some" in assertions.
  186.  
  187. A shareware compiler for MS-DOS is likely to become available this year 
  188. from EON software.
  189.  
  190. The following Eiffel archive sites allow anonymous file transfer:
  191.  
  192. ftp.tu-clausthal.de
  193. pub/atari/languages/eiffel/vici_102.lzh
  194.    The Atari ST interpreter referred to above.
  195.  
  196. ftp.cm.cf.ac.uk
  197. /pub/eiffel
  198.    University of Wales. Contains the latest version of this FAQ, plus the 
  199.    front-end parser (ep) and various public domain classes. To contribute, 
  200.    contact Ted Lawson (ted@cm.cf.ac.uk).
  201.  
  202. ftp.fu-berlin.de
  203. /pub/heron/ep.tar.Z
  204.    There is an Eiffel front-end parser (HERON) in the public domain, 
  205.    created by Burghardt Groeber and Olaf Langmack of the Freie Universitat 
  206.    in Berlin. Olaf has announced that the Freie Universitat has agreed to 
  207.    join the NICE consortium and keep the front-end parser in sync with the 
  208.    Eiffel language definition as it evolves.
  209.  
  210. ftp.informatik.uni-stuttgart.de
  211. /pub/eiffel
  212.    Falkultaet Informatik der Universitaet Stuttgart, Germany. Contains a 
  213.    compiler generator, several encapsulations, a pretty-printer for 
  214.    Eiffel/S, and some utility classes. To contribute, contact Joerg Schulz 
  215.    (schulz@adam.informatik.uni-stuttgart.de).
  216.  
  217. utarlg.uta.edu
  218. CSE/EIFFEL
  219.    UT-Arlington, USA. Contains some code from Eiffel Outlook back issues.
  220.  
  221. wuarchive.wustl.edu
  222. /graphics/gif/e/eiffel_tower
  223.    Contains a GIF graphic of the eiffel tower
  224.    (also on plaza.aarnet.edu.au from Australia only).
  225.  
  226. ----------
  227.  
  228. Q06)   What is Sather? How does it compare to Eiffel?
  229.  
  230. Sather is an object-oriented language, originally patterned after Eiffel, 
  231. created by Stephen Omohundro and others at ICSI of Berkeley, CA.
  232.  
  233. Sather simplifies some Eiffel constructs, eliminates others, and adds some 
  234. constructs of its own such as iteration abstraction, built-in arrays, 
  235. overloading and object constants. Sather does not support Design by 
  236. Contract.
  237.  
  238. See the usenet newsgroup comp.lang.sather for more details.
  239.  
  240. ----------
  241.  
  242. Q07)   What books are available for learning about Eiffel?
  243.  
  244. The classic text for learning about Eiffel (as well as Object-Oriented 
  245. programming in general) is Dr. Meyer's "Object Oriented Software 
  246. Construction". Although the language has evolved significantly since the 
  247. book's date of publication, the presentation of the basic problems and 
  248. solutions which motivate the object-oriented mind set are still quite 
  249. compelling. This is the book to get if you are new to the object-oriented 
  250. world as well as to Eiffel (Prentice Hall, ISBN 13-629031-0). A new edition 
  251. is expected during 1995. Also available in French as "Conception et 
  252. Programmation par Objets" (90/10 InterEditions, ISBN 2-7296-0272-0).
  253.  
  254. Also by Dr. Meyer, "Eiffel: The Language", combines an introduction to 
  255. Eiffel, the language reference, and a good deal of philosophy into its 600 
  256. pages. This is the state of the art in OO thinking, but is a rigorous and 
  257. comprehensive book which some readers may find heavy going despite Dr. 
  258. Meyer's clarity of expression. It is, however, the definitive language 
  259. reference, and essential reading for all serious Eiffel users. Make sure 
  260. you get the second or later _printing_ (same ISBN), which includes many 
  261. corrections and changes (there is not a second _edition_, and none is 
  262. currently underway) (Prentice Hall, ISBN 13-247925-7). Also available in 
  263. French as "Eiffel, le langage" (94/10 InterEditions, ISBN 2-7296-0525-8).
  264.  
  265. Dr. Meyer and Jean-Marc Nerson have edited a book about Eiffel called 
  266. "Object-Oriented Applications". It includes an introduction to Eiffel 
  267. technology followed by seven in-depth descriptions of large applications 
  268. written in Eiffel. (Prentice Hall, ISBN 13-013798-7)
  269.  
  270. Robert Switzer, from Gottingen University in Germany, has written "Eiffel: 
  271. An Introduction". This is a very clear and concise primer for those wishing 
  272. to learn Eiffel, with many code fragments, and two substantial Eiffel 
  273. applications. (Prentice Hall, ISBN 13-105909-2)
  274.  
  275. ISE distributes a set of 6 video lectures (about one hour each) entitled 
  276. "Object-Oriented Software Construction", taught by Bertrand Meyer. These 
  277. provide an overall introduction to the method and use ISE Eiffel 3 to 
  278. illustrate the concepts.
  279.  
  280. Frieder Monninger's book "Eiffel: Objektorientiertes Programmieren in der 
  281. Praxis" is a very down-to-earth Eiffel handbook in German. (Heise, ISBN 3-
  282. 88229-028-5).
  283.  
  284. Bertrand Meyer's "Reusable Software: The Base Object-Oriented Component 
  285. Libraries" (Prentice Hall, ISBN 0-13-245499-8, about 530 pages) describes 
  286. principles of library design and the taxonomy of fundamental computing 
  287. structures that led to ISE's EiffelBase libraries. Also serves as a manual 
  288. for the EiffelBase libraries.
  289.  
  290. Bertrand Meyer's "An Object-Oriented Environment: Principles and 
  291. Application" (Prentice Hall, ISBN 0-13-245507-2, 240 pages) describes the 
  292. environment and interface principles that led to the ISE Eiffel 3 
  293. environment as well as the compilation technology (Melting Ice) that it 
  294. uses. Also describes the EiffelBuild Graphical User Interface (GUI) 
  295. application builder.
  296.  
  297. ----------
  298.  
  299. Q08)   Are any magazines or newsletters available concerning Eiffel?
  300.  
  301. Eiffel Outlook is a bi-monthly newsletter devoted to Eiffel, now completing 
  302. its third year of publication, Eiffel Outlook is 24 pages long and focuses 
  303. mainly on practical and technical issues involved in using Eiffel. Trial 
  304. subscriptions and back issues are available.
  305.  
  306. Eiffel Outlook is distributed by:
  307.  
  308.    Jay-Kell in Canada
  309.    SIG Computer in Germany
  310.    Everything Eiffel in the United Kingdom and France
  311.    Simon Parker in Ireland
  312.    IMSL in Japan
  313.    Enea Data in Sweden
  314.    Class Technology in Australia
  315.    Tower Technology in the USA and for all other countries
  316.  
  317. Eiffel Post is a four page newsletter (in German) for customers of SIG 
  318. Computer, the makers of Eiffel/S.
  319.  
  320. The Eiffel Interest Group of the UK and Ireland publishes an excellent 
  321. newsletter for its members.
  322.  
  323. NICE has produced a four-page glossy flyer "Eiffel Success Stories", 
  324. intended to be the first of a series.
  325.  
  326. ISE produces an 8-page newsletter "Eiffel World" which will appear several 
  327. times a year.
  328.  
  329. ----------
  330.  
  331. Q09)   Is Eiffel available on PC, Mac, NeXT, Amiga, Atari, ...?
  332.  
  333. This is the latest information that I have, but it does change rapidly.
  334.  
  335. SIG Eiffel/S 1.3 is available for DOS on the PC. As at January 1994, the 
  336. following C compilers are supported: Microsoft C 7.0, Borland C++ 3.x, Gnu 
  337. 2.2.2 (with DJ Expander), Gnu 2.4.5 (with emx-g expander), Symantec C++ 
  338. 6.0, Watcom 9.5. SIG uses Symantec in-house. It works best with a 32-bit 
  339. compiler, e.g. Gnu, Symantec, Watcom.
  340.  
  341. Eiffel/S 1.3 is also available for OS/2 (using GCC 2.4.5 emx-g, Watcom C 
  342. 9.5 or IBM C/Set) and Windows/NT (Microsoft 32-bit C, Watcom C 9.5 or 
  343. Symantec C++ 6.0), and for the following Unix systems: Linux, PC Unix 
  344. (Interactive, SCO, and ESIX), SPARC, NeXT, NeXTstep-Intel, HP/9000, DEC 
  345. 5xxx, Sony News, DG Aviion, DEC Alpha (OSF-1), and RS/6000.
  346.  
  347. ISE's Eiffel 3 (Release 3.2) is available for DEC Alpha (OSF-1), DEC MIPS 
  348. (Ultrix), DG Aviion (and hence other 88Open platforms), Fujitsu, HP UX, IBM 
  349. RS/6000, Linux (with Motif only), NeXTSTEP (Intel and Motorola), Pyramid, 
  350. SCO (Open Desktop), Silicon Graphics, AIX/PS2 and Sparc (Solaris 2.3 or 
  351. SunOS). The VMS and version is nearing completion. Development is underway 
  352. for other platforms.
  353.  
  354. ISE Personal Eiffel is a low-cost menu/keyboard-driven implementation of 
  355. Eiffel 3 which runs under Microsoft Windows 3.1. It does not require a C-
  356. compiler back-end, and combines interpreted user code with precompiled 
  357. libraries. It includes the EiffelBase, EiffelLex and EiffelParse libraries 
  358. in source code form. You cannot use it to develop GUI software or call 
  359. external C routines. ISE Professional Eiffel is a similar non-GUI product 
  360. which can also generate C-code for compilation by Watcom C++ 10, and which 
  361. makes it possible to call external C routines. ISE is developing further 
  362. Windows products.
  363.  
  364. Tower Technology Corporation's TowerEiffel 1.4 is available and sold 
  365. seperately for SUN Sparc or compatible running SunOS 4.1.x, SUN Sparc or 
  366. compatible running Solaris 2.x, Solaris x86, OS/2 (non-commercial form only 
  367. at this time), NeXTStep x86 and NeXTStep M68K.
  368.  
  369. Ports of TowerEiffel are underway for Win32 and are also planned for a 
  370. variety of UNIX and DEC platforms.
  371.  
  372. ----------
  373.  
  374. Q10)   Is there an archive of the comp.lang.eiffel newsgroup?
  375.  
  376. An archive of the newsgroup is available on gatekeeper.dec.com. The DEC 
  377. Western Research Lab hosts it. This archive does not contain articles after 
  378. September 1992.
  379.  
  380. The files are in /pub/plan/eiffel/usenet/USENET-xx-yyy, where `xx' 
  381. represents the last two digits of the year and `yyy' the month of posting, 
  382. e.g., /pub/plan/eiffel/usenet/USENET-91-AUG. Compressed versions of the 
  383. files are also available.
  384.  
  385. >By anonymous FTP to gatekeeper.dec.com (16.1.0.2)
  386.    cd pub/plan/eiffel/usenet
  387.    get USENET-xx-yyy
  388.    (or to get the compressed copy, bin, get USENET-xx-yyy.Z)
  389.  
  390. >From a UUCP neighbour of decwrl:
  391.    "uucp decwrl!~/pub/plan/eiffel/usenet/USENET-xx-yyy.Z"
  392.  
  393. >From the DEC Easynet:
  394.    DECWRL::"/pub/plan/eiffel/usenet/USENET-xx-yyy"
  395.  
  396. USENET-88-DEC and USENET-88-DEC.Z are the oldest entries in the archives.
  397.  
  398. There is also an archive of comp.lang.eiffel at wuarchive.wustl.edu (login 
  399. as anonymous, send e-mail address as password). The files are in 
  400. /usenet/comp.lang.eiffel and subdirectories. Each message is in a separate 
  401. file, so it's not as convenient as the DEC archive, but it's more up-to-
  402. date.
  403.  
  404. An archive of comp.lang.eiffel is available via the world-wide-web on the 
  405. University of Wales College of Cardiff's server at 
  406. <http://www.cm.cf.ac.uk/CLE/>
  407.  
  408. ----------
  409.  
  410. Q11)   How much memory and disk space does Eiffel development require?
  411.  
  412. To install and run Eiffel/S 1.3 under DOS, you need 10MB of disk space and 
  413. at least 4MB RAM (8MB recommended). Other products and platforms require 
  414. more.
  415.  
  416. However, for serious Eiffel work you could easily use 100MB or more.
  417.  
  418. ----------
  419.  
  420. Q12)   How large are typical Eiffel executables?
  421.  
  422. (How large are typical C executables?)
  423.  
  424. Seriously, Eiffel does impose a minimum size which is large since even 
  425. trivial Eiffel applications bring in a lot of classes. So, a simple program 
  426. like "Hello World" will create a relatively large executable.
  427.  
  428. Interestingly, Eiffel applications seem to grow less rapidly as new 
  429. capabilities are added. Reuse does help out tremendously in this regard. A 
  430. good Eiffel compiler allows large applications to be smaller than equally 
  431. functional applications written in C.
  432.  
  433. Note that leaving assertion checking in the code increases the size of 
  434. applications a lot. Despite this, many of us prefer that they remain 
  435. throughout development. Some even deliver a PRECONDITIONS-only version of 
  436. their applications to their early customers.
  437.  
  438. ----------
  439.  
  440. Q13)   Are there standards for the Eiffel language?
  441.  
  442. The definition of the Eiffel language is in the public domain. This 
  443. definition is controlled by NICE, the Non-profit International Consortium 
  444. for Eiffel. This means that anyone or any company may create a compiler, 
  445. interpreter, or whatever having to do with Eiffel. NICE reserves the right 
  446. to validate that any such tool conforms to the current definition of the 
  447. Eiffel language before it can be distributed with the Eiffel trademark. 
  448. (i.e. advertised as an "Eiffel" compiler.)
  449.  
  450. The Eiffel trademark is owned and controlled by NICE. NICE is using 
  451. Bertrand Meyer's book, "Eiffel: The Language" (2nd Printing), as the 
  452. initial definition of the language.
  453.  
  454. The NICE board of directors for 1994 consists of Bertrand Meyer, Simon 
  455. Parker and Roger Browne (chairman).
  456.  
  457. NICE has formed the Eiffel Standards Group (ESG) to resolve standards 
  458. questions and control the evolution of the language. The three current 
  459. Eiffel Compiler Vendors (ISE, SIG and Tower) are represented in the ESG as 
  460. well as many important and influential users of Eiffel.
  461.  
  462. There are three committees -- Language, Library, and Future Directions.
  463.  
  464. The Language Committee will address the ambiguities in the Eiffel Version 3 
  465. language specification as well as the differences that appear between the 
  466. current Eiffel 3 implementations.
  467.  
  468. The Library Committee will standardize the Kernel library, then consider 
  469. interface standards for the data structures cluster and other key Eiffel 
  470. clusters.
  471.  
  472. The Future Requirements Committee will prioritize the long range direction 
  473. of the standards work performed by the other two committees.
  474.  
  475. The NICE Interoperability Program (NIP) tracks the reporting and resolution 
  476. of interoperability problems. If you are aware of a problem whereby correct 
  477. Eiffel code will not run under a particular implementation, or where 
  478. correct Eiffel code produces different results under different 
  479. implementations, you are invited to report this by email to 
  480. nice-nip@atlanta.twr.com
  481.  
  482. NICE (Nonprofit International Consortium for Eiffel)
  483. 45 Hazelwood
  484. Shankill
  485. Co Dublin
  486. Republic of Ireland
  487. TEL: +353 1 282 3487
  488. email: nice@twr.com
  489.  
  490. ----------
  491.  
  492. Q14)   How fast do Eiffel applications run?
  493.  
  494. Early versions of Eiffel were slow. Recent implementations have improved 
  495. dramatically. However, to achieve maximum performance under any Eiffel 
  496. implementation, run-time assertion monitoring must be switched off.
  497.  
  498. It's hard to generalise, but compared to C++, simple computation-intensive 
  499. applications will run perhaps 15% slower. Large applications are often 
  500. dominated by memory management rather than computation. ISE recently 
  501. demonstrated that by simply adding a call to the garbage collector's "full-
  502. collect" routine at a time when there were known to be few live objects, 
  503. performance became dramatically faster than a corresponding C++ version.
  504.  
  505. ----------
  506.  
  507. Q15)   Are there any Eiffel user groups?
  508.  
  509. International Eiffel                 UK & Ireland Eiffel Interest Group
  510.   User Group (IEUG)                  Caroline Browne
  511. Darcy Harrison - Attention: IEUG     (new address to be notified)
  512. ISE Inc.                             (publishes a newsletter and holds
  513. 270 Storke Road, Suite 7              a quarterly meeting and seminar)
  514. Goleta, CA 93117, USA                
  515. TEL (805) 685-1006                   
  516. FAX (805) 685-6869                   
  517. email darcyh@eiffel.com               
  518.  
  519. GUE, Groupe des Utilisateurs Eiffel (France)
  520. Jean-Marc Nerson
  521. 104 rue Castagnary, 75015 Paris
  522. TEL +33 1 45 32 58 80
  523. FAX +33 1 44 32 58 81
  524. email marc@eiffel.fr
  525. (meets every two months or so)
  526.  
  527. ----------
  528.  
  529. Q16)   Where can I get Eiffel products and services?
  530.  
  531. Interactive Software Engineering, Inc.  Jay-Kell Technologies, Inc.
  532. 270 Storke Road, Suite 7                48 Lakeshore Road, Suite #1
  533. Goleta, CA 93117                        Pointe Claire, Quebec
  534. TEL 805-685-1006                        Canada H9S 4H4
  535. FAX 805-685-6869                        TEL +51 4 630 1005
  536. email info@eiffel.com                   FAX +51 4 630 1456
  537.  
  538. SIG Computer GmbH                       Tower Technology Corporation
  539. zu den Bettern 4                        1501 Koenig Lane
  540. D 35619 Braunfels, Germany              Austin, TX 78756 USA
  541. TEL +49 6472 2096, FAX +49 6472 7213    TEL 512-452-9455
  542. email eiffel@sigcomp.de                 FAX 512-452-1721
  543. (cyrillic email eiffel@sigcomp.msk.su)  email: tower@twr.com
  544.  
  545. Class Technology Pty. Ltd.              Cybertech
  546. 6 Pound Road                            Systens Integration for CIM
  547. Hornsby NSW 2077, Australia             Suarez 1281, Third Floor,Apt.A
  548. TEL +61 2 477 6188                      CP-1288 Buenos Aires, Argentina
  549. FAX +61 2 476 4378                      TEL +54 1 28 1950
  550. email class@peg.pegasus.oz.au           FAX +54 1 322 1071 or 963 0070
  551.  
  552. Everything Eiffel                       Simon Parker
  553. 6 Bambers Walk                          45 Hazelwood
  554. Wesham PR4 3DG                          Shankill
  555. England                                 Co Dublin, Ireland
  556. TEL +44 772 687525                      TEL +353 1 282 3487
  557. email rogerb@eiffel.demon.co.uk         email sparker@eiffel.ie
  558.  
  559. EtnoTeam                                SOL
  560. Via Adelaide Bono Cairoli 34            104 rue Castagnary
  561. 20217 Milano                            75015 Paris
  562. Italy                                   France
  563. TEL +39 2 261621                        TEL +33 1 45 32 58 80
  564. FAX +39 2 26110755                      FAX +33 1 44 32 58 81
  565.  
  566. Enea Data                               Sritech Information Technology
  567. Box 232, Nytorpsvagen 5                 744/51 2nd Floor
  568. S-183 23 Taby, Sweden                   10 Mian Road, 4th Block
  569. TEL +46 8 792 25 00                     Jayanagar, Bangalore, India 560011
  570. FAX +46 8 768 43 88                     TEL +91 812 640661
  571. email eiffel@enea.se                    FAX +91 812 643608
  572.  
  573. Cromasoft, SA de CV                     Objective Methods Ltd
  574. Mazatlan 161                            PO Box 17356 (77 Chamberlain Rd)
  575. Col Condesa, 06140 Mexico               Karori, Wellington, New Zealand
  576. TEL +52 5 286 82 13                     TEL +64 4 476 9499
  577. FAX +52 5 286 80 57                     FAX +64 4 476 9237 or 8772
  578. email claudio@croma.sunmexico.sun.com   email dkenny@swell.actrix.gen.nz
  579.  
  580. SOOPS                                   Software Research Associates
  581. Sarphatistraat 133                      1-1-1 Hirakawo-Cho
  582. NL-1018 GC Amsterdam, The Netherlands   Chiyoda-ku Tokyo 102, Japan
  583. TEL +31 20 525 6644                     TEL +81 3 3234 8789
  584. FAX +31 20 624 6392                     FAX +81 3 3262 9719
  585. email A731CISK@HASARA11.BITNET          email sugita@sra.co.jp
  586.  
  587. Objectif Concept                        ZumaSoft
  588. Passage Cour-Robert 5                   6235 Paseo Canyon Drive
  589. CH 1700 Fribourg, Switzerland           Malibu, California 90265, USA
  590. TEL +41 37 232977                       TEL & FAX +1 310 457-6263
  591. FAX +41 37 464889                       email tstevens@netcom.com
  592.  
  593. Information and Math Science Lab Inc.   Abstraction (Jacques Silberstein)
  594. 2-43-1, Ikebukuro, Toshima-ku           18 Faubourg de l'Hopital
  595. Tokyo 171, Japan                        2000 Neuchatel, Switzerland
  596. email fushimi@idas.imslab.co.jp         phone +41.38.25.04.93
  597. TEL +81 3 3590 5211                     fax +41.38.259.857
  598. FAX +81 3 3590 5353                     email 100015.304@compuserve.com
  599.  
  600. Eon Software                            Feinarbeit
  601. 19 Stapleton Road                       Altenbraker Strasse 4
  602. Heddington, Oxford OX3 7LX, UK          D-12053 Berlin, Germany
  603. TEL +44 865 741452                      TEL & FAX +49 30 6215863
  604. email ian@eonsw.demon.co.uk
  605.  
  606. ----------
  607.  
  608. Q17)   Are there any conferences for Eiffel users?
  609.  
  610. The conferences listed here are not just for Eiffel. Eiffel shares the 
  611. spotlight with other object-oriented languages including C++ and Smalltalk.
  612.  
  613. Nov 29 - Dec 1, 1994
  614.    TOOLS PACIFIC '94, Melbourne, Australia
  615.  
  616. Mar 6 - 9, 1995
  617.    TOOLS EUROPE, Versailles, France
  618.    Deadline for papers: 1 Oct
  619.  
  620. TOOLS is the major international conference devoted to the applications of 
  621. Object-Oriented technology. Other events, such as Eiffel User Group 
  622. meetings or NICE meetings are often held in conjunction with TOOLS.
  623.  
  624. TOOLS Conferences
  625. PO Box 6863, Santa Barbara, CA 93160, USA
  626. TEL (805) 685 1006, FAX (805) 685 6869
  627. email tools@tools.com
  628.  
  629. ----------
  630.  
  631. Q18)   Why do Eiffel implementations compile to C?
  632.  
  633. (Most, but not all, current Eiffel implementations compile to C or C++.)
  634.  
  635. By using C as a target language, an Eiffel implementor can:
  636.  
  637. -  bring Eiffel to the marketplace faster and at lower cost
  638. -  port their implementation more easily to other platforms
  639. -  take advantage of optimisation provided by the C compiler
  640.  
  641. Much of the technology that makes Eiffel relatively simple to use also 
  642. makes it more difficult to implement (an Eiffel-to-C compiler is perhaps 4 
  643. to 5 times more difficult to create than a native Pascal compiler).
  644.  
  645. Compiling Eiffel to C seems to work well under Unix. C is sometimes thought 
  646. of as the native code of Unix.
  647.  
  648. On the other hand, C is not universal on other platforms, and the Eiffel 
  649. purchaser may need to buy a C compiler as well, and possibly replace it if 
  650. the supported C compilers change with new versions of the Eiffel compiler.
  651.  
  652. With a native-code compiler, you'd get somewhat better throughput and the 
  653. potential for smaller executables and slightly better performance. You'd 
  654. also get a higher price and an even longer wait for Eiffel to show up on 
  655. other than the leading market share machines.
  656.  
  657. ----------
  658.  
  659. Q19)   What is BON?
  660.  
  661. BON ("Business Object Notation") is a method for high-level analysis and 
  662. design, offering a seamless transition to an Eiffel implementation. The 
  663. method emphasizes Design by Contract and systematic development. For more 
  664. information on BON, see the Communications of the ACM, September 1992.
  665.  
  666. A book that Jean-Marc Nerson co-authored with Kim Walden, entitled 
  667. "Seamless Object-Oriented Software Architectures: Analysis and Design of 
  668. Reliable Systems", describing the BON method in detail, will be published
  669. by Prentice Hall during 1994.
  670.  
  671. ----------
  672.  
  673. Q20)   Where can I get an Eiffel editor or emacs-mode?
  674.  
  675. Franck Arnaud's Eiffel extension to the Windows/WindowsNT programmers 
  676. editor Codewright from Premia allows you to see Eiffel code in colour, has 
  677. smart indenting and a few templates. Available by anonymous FTP from
  678. ftp://ftp.cm.cf.ac.uk/pub/eiffel/tools/cweiffel.zip
  679.  
  680. The WINEDIT shareware programmer's editor offers colour syntax 
  681. highlighting, works with Eiffel/S under MS-Windows, and is available from:
  682. ftp://src.doc.ic.ac.uk/computing/systems/ibmpc/windows3/programr/we-30d.zip
  683. and ftp://gatekeeper.dec.com/.f/micro/msdos/win3/programr/we-30d.zip
  684.  
  685. Alan Philips' free Programmers File Editor also works with Eiffel/S under 
  686. MS-Windows, has templates but not syntax highlighting, available from:
  687. ftp://src.doc.ic.ac.uk/computing/systems/ibmpc/simtel/windows3/pfe0506.zip
  688. and ftp://gatekeeper.dec.com/.f/micro/msdos/win3/programr/pfe0506.zip
  689.  
  690. Tower Technology Corporation supplies an Eiffel 3 emacs mode that supports 
  691. syntax-directed highlighting, auto-indentation and is easily customized for 
  692. font use, color and indentation amounts. It comes as part of the 
  693. TowerEiffel system, but is also available free for anyone who requests it. 
  694. Send email to elisp@atlanta.twr.com to get the latest version.
  695.  
  696. ----------
  697.  
  698. Q21)   Where can I find Eiffel on the World-Wide-Web?
  699.  
  700. An Eiffel home page is held on the University of Wales College of Cardiff's 
  701. server at <http://www.cm.cf.ac.uk/CLE/>.
  702.  
  703. The ISE WWW server holds information about Eiffel and ISE's products, at 
  704. <http://www.eiffel.com/> or <http://outback.eiffel.com/>.
  705.  
  706. ----------
  707.  
  708. L01)   What features does Eiffel have?
  709.  
  710. Eiffel is a pure object-oriented language. Its modularity is based on 
  711. classes. It stresses reliability, and facilitates design by contract. It 
  712. brings design and programming closer together. It encourages the re-use of 
  713. software components.
  714.  
  715. Eiffel offers classes, multiple inheritance, polymorphism, static typing 
  716. and dynamic binding, genericity (constrained and unconstrained), a 
  717. disciplined exception mechanism, systematic use of assertions to promote 
  718. programming by contract, and deferred classes for high-level design and 
  719. analysis.
  720.  
  721. Eiffel has an elegant design and programming style, and is easy to learn.
  722.  
  723. ----------
  724.  
  725. L02)   What changes have been made to the Eiffel language definition?
  726.  
  727. Eiffel is still a relatively new language, and there have been a number of 
  728. changes to its definition. Here is a summary of the major changes:
  729.  
  730. 1. Changes between the publication of "Object-Oriented Software 
  731.    Construction" in 1988, and the release of Eiffel 2.3:
  732.  
  733.    - Constrained genericity enables a generic class to restrict its
  734.      generic parameters to the descendants of a given class
  735.  
  736.    - The indexing clause allows information about a class to be
  737.      recorded for extraction by archival, browsing and query tools
  738.  
  739.    - The assignment attempt operator "?=" provides a way to make
  740.      type-safe assignments going against the inheritance hierarchy
  741.  
  742.    - User-defined infix and prefix operator features
  743.  
  744.    - Expanded types support composite objects without dynamic
  745.      allocation, and with value semantics
  746.  
  747.    - The obsolete clause for smooth library evolution
  748.  
  749.    - The unique keyword for implicitly-assigned integer codes
  750.  
  751.    - The multi-branch instruction (similar to a case statement)
  752.  
  753.    - The boolean operator for implication ("implies")
  754.  
  755. 2. Changes with the introduction of Eiffel Version 3:
  756.  
  757.    - The feature adaptation subclause must now be terminated with "end"
  758.  
  759.    - Semicolons as instruction separators are optional
  760.  
  761.    - Groups of features are bracketed by a feature clause. All features
  762.      are exported unless the feature clause specifies a restriction.
  763.      The repeat subclause is no longer needed, because inherited
  764.      features keep the original export status they had in the parent
  765.      unless they are redefined, or are the subject of an export
  766.      subclause in the feature adaptation clause.
  767.  
  768.    - Preconditions can only be replaced by weaker ones, postconditions
  769.      can only be replaced by stronger ones. This is now enforced by the
  770.      language through the use of "require else" in preconditions and
  771.      "ensure then" in postconditions.
  772.  
  773.    - Ambiguities in repeated inheritance are resolved by a select
  774.      clause.
  775.  
  776.    - A feature can no longer be replicated and redefined in the same
  777.      feature adaptation clause, however the same effect can be achieved
  778.      through repeated inheritance
  779.  
  780.    - Two or more features may be defined at the same time (e.g. "f1, f2
  781.      is...").
  782.  
  783.    - The keyword "frozen" before a feature name prohibits redefinition
  784.      of the feature in descendants
  785.  
  786.    - In an anchored declaration, the anchor may now also be a formal
  787.      argument of the enclosing routine
  788.  
  789.    - A class may have zero, one or more creation procedures, designated
  790.      with the "creation" keyword. A new creation syntax using the "!!"
  791.      symbol allows the appropriate creation procedure to be specified.
  792.      It is also possible to directly create an object of any type which
  793.      conforms to the entity to which it is being attached.
  794.  
  795.    - The meaning of dot notation has been made more uniform, and
  796.      alternative constructs have been provided for the special
  797.      language-defined features that previously used dot notation:
  798.          x.Create   is now  !! x
  799.          y.Clone(x) is now  y := clone(x)
  800.          x.Forget   is now  x := Void
  801.          x.Void     is now  x = Void
  802.          x.Equal(y) is now  equal(x, y)
  803.  
  804.    - Manifest arrays can be specified, for example
  805.          <<"Jan", "Feb", "Mar">>
  806.      which also provides a way to pass a variable number of arguments
  807.      to a routine.
  808.  
  809.    - The command-line parameters are made available to the creation
  810.      procedure of the root class as an array of strings.
  811.  
  812.    - A default rescue procedure called default_rescue may be defined
  813.      and inherited.
  814.  
  815.    - A class may be declared to be an expanded class, in which case any
  816.      type based on that class will be expanded.
  817.  
  818.    - An object may no longer contain a reference to an expanded object
  819.      that is a sub-object of another object. Instead, upon assignment
  820.      of an expanded object to a non-expanded object, the expanded
  821.      object will be cloned, and a reference to the newly-cloned object
  822.      will be stored in the non-expanded object.
  823.  
  824.    - The operator "div" has been replaced by "//", and the operator
  825.      "mod" has been replaced by "\\".
  826.  
  827. 3. Changes between first and second printings of "Eiffel: The Language"
  828.  
  829.    - New basic types INTEGER_REF, REAL_REF, CHARACTER_REF and
  830.      BOOLEAN_REF etc have been introduced to provide non-expanded basic
  831.      types.
  832.  
  833.    - Introduction of the POINTER type to enable external references to
  834.      be passed around in Eiffel programs.
  835.  
  836.    - Calls from Eiffel to external routines no longer implicitly pass
  837.      the current object as the first parameter.
  838.  
  839.    There are many other (more minor) changes, which Neil Wilson has
  840.    summarized in ftp.cm.cf.ac.uk:/pub/eiffel/Docs in both Microsoft Rich
  841.    Text Format and ASCII.
  842.  
  843. ----------
  844.  
  845. L03)   What libraries come with Eiffel?
  846.  
  847. ISE Eiffel 3:
  848.  
  849. EiffelBase (the basic library) is a library of reusable components covering 
  850. data structures and algorithms. It is the result of long-going systematic 
  851. effort at classifying the fundamental patterns and structures of computer 
  852. science in a Linnaean manner. It relies heavily on the Eiffel method, in 
  853. particular assertions (preconditions, postconditions, class invariants), 
  854. Design by Contract, constrained genericity, and repeated inheritance.
  855.  
  856. EiffelVision (the GUI library) is an encapsulation of essential graphical 
  857. abstractions. It makes it possible to build graphical Eiffel applications 
  858. without having to learn and use the internal details of X, Motif, OpenLook 
  859. or other window systems, as they are all encapsulated in EiffelVision's 
  860. classes in a form that is closer to application-related concepts.
  861.  
  862. EiffelLex provides a set of lexical analysis facilities.
  863.  
  864. EiffelParse (still in a somewhat provisional state) is an object-oriented 
  865. approach to parsing.
  866.  
  867. EiffelNet is a client-server application development communication system 
  868. library for ISE Eiffel 3.
  869.  
  870. Other libraries are under development; in particular, third-party
  871. products are being integrated into the EiffelShelf distribution.
  872. (If you are interested in submitting components to the EiffelShelf,
  873. for profit or just for fame, please contact shelf@eiffel.com).
  874.  
  875. SIG Eiffel/S:
  876.  
  877.    The universal classes -- GENERAL, PLATFORM, ANY and NONE
  878.  
  879.    The special classes, some of which are treated specially by the compiler 
  880.    -- PART_COMPARABLE, COMPARABLE, NUMERIC, HASHABLE, BOOLEAN, CHARACTER, 
  881.    INTEGER, REAL, DOUBLE, ARRAY, BITS n, OBJECT_STRUCTURE and STRING
  882.  
  883.    ENVIRONMENT -- provides access to command line arguments and environment 
  884.    variables
  885.  
  886.    BASIC_IO -- access to standard input, standard output and error output 
  887.    serial I/O
  888.  
  889.    FORMAT -- conversion of other data types to and from strings
  890.  
  891.    EXCEPTION -- fine grained access to exception handling
  892.  
  893.    SYSTEM_TIME -- system time interface
  894.  
  895.    INTERNAL -- control of the garbage collector
  896.  
  897.    The FILES cluster: FILE, FILE_SYSTEM, FSYS_DAT -- files are modelled as 
  898.    persistent dynamic arrays
  899.  
  900.    TEXTFILE -- treats an ASCII text file as an array of strings
  901.  
  902.    The SORTER class -- a sorting 'expert' that knows how to sort arrays 
  903.    optimally
  904.  
  905.    The MATH class -- trig, log, truncation, and a few constants
  906.  
  907.    The basic container classes -- classified according to uniqueness (can 
  908.    the same object occur more than once in the container?), ordering (are 
  909.    objects in the container kept in sorted order?) and search access (does 
  910.    one search for a key, or for the object itself?), as well as by 
  911.    efficiency (is speed or size more important?): LIST, SORTED_LIST, 
  912.    SIMPLE_TABLE, HASH_TABLE, SORTED_TABLE, SHORT_LIST, SHORT_TABLE, 
  913.    SHORT_SORTED_LIST and SHORT_SORTED_TABLE
  914.  
  915.    Other container classes -- associative arrays accessed by a hashable 
  916.    key: DICTIONARY (with unique keys) and CATALOG (with multiple items per 
  917.    key)
  918.  
  919.    Specialised container classes -- STACK, QUEUE, PRIORITY_QUEUE and 
  920.    KEY_PRIORITY_QUEUE
  921.  
  922.    Abstract container classes -- define much of the interface of 
  923.    containers: COLLECTION, TABLE, SORTED_COLLECTION and SORT_TABLE.
  924.  
  925.    Iterator classes -- objects stored within containers can be visited 
  926.    sequentially with iterators. More than one iterator can be active on a 
  927.    container at one time: TRAVERSABLE, TWOWAY_TRAVERSABLE, ITERATOR and 
  928.    TWOWAY_ITER.
  929.  
  930.    The GRAPH Cluster -- a graph is defined by the classes VERTEX and EDGE. 
  931.    It may have weighted edges (WT_GRAPH) or unweighted edges (GRAPH). 
  932.    Iterators are provided to visit the edges emanating from a vertex 
  933.    (EDGE_ITER); or all the vertices of a graph in breadth-first order 
  934.    (BREADTH_ITER), depth-first order (DEPTH_ITER) or topological order 
  935.    (TOP_ITER).
  936.  
  937.    The MATCHER Cluster -- the MATCHER class is a pattern matcher that can 
  938.    build and activate an automaton to search for patterns in text. 
  939.    Effective descendants search for text using the Rabin-Karp algorithm 
  940.    (RK_MATCHER), the Knuth-Morris-Pratt algorithm (KMP_MATCHER) and the 
  941.    Boyer-Moore algorithm (BM_MATCHER). Others search for Regular 
  942.    Expressions (RE_MATCHER) and lists of keywords (KEYWORD_MATCHER). 
  943.    TXT_MATCHER is an iterator that searches for multiple occurrences of a 
  944.    pattern in an array of strings, using any of the matcher classes.
  945.  
  946.    The documentation is brief but readable, including examples and hints 
  947.    for adding new containers or matchers. All in all, a smaller but 
  948.    possibly tighter set of libraries.
  949.  
  950. (This response may give the appearance that Eiffel/S libraries are much
  951. more extensive than ISE's, but the converse is true.)
  952.  
  953. TowerEiffel comes with kernel and support libraries. Special libraries are 
  954. included for improving interoperability with Eiffel/S. A small subset of 
  955. the Eiffel Booch Components (described below) are included as well as a 
  956. Serialization library that supports simple persistence and/or heterogenous 
  957. distribution of any Eiffel instance, no matter how deeply nested or self-
  958. referential.
  959.  
  960. The Eiffel Booch Components are available seperately and are a joint 
  961. product of Rational Software Inc. and Tower Technology. The Eiffel Booch 
  962. Components are efficient and orthoginal data structure classes that come 
  963. complete with test drivers. Included are BC_BAG, BC_COLLECTION, BC_DEQUE, 
  964. BC_DICTIONARY, BC_GRAPH, BC_LIST, BC_MAP, BC_QUEUE, BC_RING, BC_SET, 
  965. BC_STACK, and BC_TREE. Each of these comes in a variety of forms offering 
  966. trade-offs in speed and memory utilization. Also included are dozens of 
  967. classes for pattern matching, sorting, iteration and searching, as well as 
  968. nodes, hash tables and more.
  969.  
  970. ----------
  971.  
  972. L04)   What's the big deal about preconditions and postconditions?
  973.  
  974. The big deal is that it supports programming by contract. For example, 
  975. preconditions (require clauses) are simple boolean statements that are used 
  976. to check that the input arguments are valid and that the object is in a 
  977. reasonable state to do the requested operation. If not, an exception is 
  978. generated. Similarly, postconditions (ensure clauses) make sure that a 
  979. method has successfully performed its duties, thus "fulfilling its 
  980. contract" with the caller. Invariants are boolean expressions that are 
  981. checked every time an object method returns back to a separate object.
  982.  
  983. You can use these ideas in any object-oriented programming language, but 
  984. usually must supply your own assertion mechanisms or rely on programmer 
  985. discipline. In Eiffel, the ideas are integrated into the whole fabric of 
  986. the environment. We find them used by:
  987.  
  988. -- the exception handling mechanism.
  989.    (Tracebacks almost always identify the correct culprit code since 
  990.    preconditions almost always denote an error in the calling method, while 
  991.    postconditions denote an error in the called method.)
  992.  
  993. -- the automatic compilation system.
  994.    (Assertions can be disabled entirely or selectively by type on a per 
  995.    class basis.)
  996.  
  997. -- the Eiffel compiler
  998.    (Invariants, preconditions and postconditions are all inherited in a 
  999.    manner that makes logical sense.)
  1000.    (Assertion expressions are not allowed to produce side effects so they 
  1001.    can be omitted without effect.)
  1002.  
  1003. -- the automatic documentation tools
  1004.    (Preconditions and postconditions are important statements about what a 
  1005.    method does, often effectively describing the "contract" between the 
  1006.    caller and callee. Invariants can yield information about legal states 
  1007.    an object can have.)
  1008.  
  1009. In the future we expect to see formal methods technology work its way into 
  1010. the assertion capability. This will allow progressively more powerful 
  1011. constraints to be put into place. In addition, if a conjecture by Dr. Meyer 
  1012. bears fruit, the notion of preconditions may be extended into an important 
  1013. mechanism for the development of parallel programming.
  1014.  
  1015. ----------
  1016.  
  1017. L05)   Please explain and discuss covariance vs. contravariance.
  1018.  
  1019. Consider the following situation: we have two classes PARENT and CHILD. 
  1020. CHILD inherits from PARENT, and redefines PARENT's feature 'foo'.
  1021.  
  1022.    class PARENT
  1023.       feature
  1024.          foo (arg: A) is ...
  1025.    end; -- PARENT
  1026.  
  1027.    class CHILD
  1028.       inherit
  1029.          PARENT redefine foo
  1030.       feature
  1031.          foo (arg: B) is ...
  1032.     end; -- CHILD
  1033.  
  1034. The question is: what restrictions are placed on the type of argument to 
  1035. 'foo', that is 'A' and 'B'? (If they are the same, there is no problem.)
  1036.  
  1037. Here are two possibilities:
  1038.  
  1039.    (1)  B must be a child of A (the covariant rule - so named because in 
  1040.         the child class the types of arguments in redefined routines are 
  1041.         children of types in the parent's routine, so the inheritance 
  1042.         "varies" for both in the same direction)
  1043.  
  1044.    (2)  B must be a parent of A (the contravariant rule)
  1045.  
  1046. Eiffel uses the covariant rule.
  1047.  
  1048. At first, the contravariant rule seems theoretically appealing. Recall that 
  1049. polymorphism means that an attribute can hold not only objects of its 
  1050. declared type, but also of any descendant (child) type. Dynamic binding 
  1051. means that a feature call on an attribute will trigger the corresponding 
  1052. feature call for the *actual* type of the object, which may be a descendant 
  1053. of the declared type of the attribute. With contravariance, we can assign 
  1054. an object of descendant type to an attribute, and all feature calls will 
  1055. still work because the descendant can cope with feature arguments at least 
  1056. as general as those of the ancestor. In fact, the descendant object is in 
  1057. every way also a fully-valid instance of the ancestor object: we are using 
  1058. inheritance to implement subtyping.
  1059.  
  1060. However, in programming real-world applications we frequently need to 
  1061. specialize related classes jointly.
  1062.  
  1063. Here is an example, where PLOT_3D inherits from PLOT, and DATA_SAMPLE_3D 
  1064. inherits from DATA_SAMPLE.
  1065.  
  1066.    class PLOT
  1067.       feature
  1068.          add(arg: DATA_SAMPLE) is ...
  1069.  
  1070.    class PLOT_3D
  1071.       inherit
  1072.          PLOT redefine add
  1073.       feature
  1074.          add(arg: DATA_SAMPLE_3D) is ...
  1075.  
  1076. This requires the covariant rule, and works well in Eiffel.
  1077.  
  1078. It would fail if we were to put a PLOT_3D object into a PLOT attribute and 
  1079. try to add a DATA_SAMPLE to it. It fails because we have used inheritance 
  1080. to implement code re-use rather than subtyping, but have called a feature 
  1081. of the ancestor class on an object of the descendant class as if the 
  1082. descendant object were a true subtype. It is the compiler's job to detect 
  1083. and reject this error, to avoid the possibility of a run-time type error.
  1084.  
  1085. Here's another example where a real-world situation suggests a covariant 
  1086. solution. Herbivores eat plants. Cows are herbivores. Grass is a plant. 
  1087. Cows eat grass but not other plants.
  1088.  
  1089.    class HERBIVORE                               class PLANT
  1090.    feature
  1091.       eat(food: PLANT) is ...
  1092.       diet: LIST[PLANT]
  1093.  
  1094.    class COW                                     class GRASS
  1095.    inherit                                       inherit
  1096.       HERBIVORE                                     PLANT
  1097.          redefine eat
  1098.       end
  1099.    feature eat(food: GRASS) is ...
  1100.  
  1101. This does what we want. The compiler must stop us from putting a COW object 
  1102. into a HERBIVORE attribute and trying to feed it a PLANT, but we shouldn't 
  1103. be trying to do this anyway.
  1104.  
  1105. Also consider the container 'diet'. We are not forced to redefine this 
  1106. feature in descendant classes, because with covariant redefinition of the 
  1107. argument to 'eat', the feature 'diet' can always contain any object that 
  1108. can be eaten (e.g. grass for a cow). (With contravariant redefinition of 
  1109. the argument to 'eat', it would be necessary to re-open the parent class to 
  1110. make the type of the container 'diet' more general).
  1111.  
  1112. To summarise: Real-world problems often lend themselves to covariant 
  1113. solutions. Eiffel handles these well. Incorrect programs in the presence of 
  1114. covariant argument redefinition can cause run-time type errors unless the 
  1115. compiler catches these.
  1116.  
  1117. Sather uses the contravariant rule, but uses separate mechanisms for 
  1118. subtyping and code reuse and only allows dynamic binding on true subtypes. 
  1119. This seems to make contravariance work well, but it can force the Sather 
  1120. programmer to use concrete types when modelling covariant problems. 
  1121. Concrete types cannot be further subtyped in Sather, so this can reduce the 
  1122. potential for re-use (in Eiffel, any type can be further subtyped, but the 
  1123. compiler must check that it is used validly).
  1124.  
  1125. ----------
  1126.  
  1127. L06)   Is it true that there are "holes" in the Eiffel type system?
  1128.  
  1129. No. The design of Eiffel makes it possible to catch all type errors at 
  1130. compile time, so that an Eiffel program cannot abort with a run time type 
  1131. error.
  1132.  
  1133. However, to catch the more obscure type errors at compile time, the 
  1134. compiler must analyse the way that classes interact within the entire 
  1135. system, rather than just looking at each class one by one. This type of 
  1136. system-wide checking is also necessary for many compiler optimisations.
  1137.  
  1138. Because system-wide compile-time validity checking can be complex, some 
  1139. compilers insert run-time traps for these errors instead, and some may fail 
  1140. to correctly trap these errors. Ask your Eiffel compiler vendor how they 
  1141. handle these type problems.
  1142.  
  1143. ----------
  1144.  
  1145. L07)   Is there support for concurrency in Eiffel?
  1146.  
  1147. Eiffel 3 does not support concurrency; neither do current commercial 
  1148. compilers. However, work on concurrency is one of the hottest Eiffel-
  1149. related research topics.
  1150.  
  1151. For four articles on concurrency facilities for Eiffel, including Bertrand 
  1152. Meyer's article "Systematic Concurrent Object-Oriented Programming", see 
  1153. the September 1993 "Communications of the ACM" (Vol. 36, Number 9).
  1154.  
  1155. ----------
  1156.  
  1157. L08)   Why doesn't Eiffel allow function overloading?
  1158.  
  1159. In Eiffel, no two features of a class may have the same identifier, 
  1160. regardless of their respective signatures.  The prevents the use of 
  1161. function overloading ("multiple polymorphism"), a common programming 
  1162. technique in languages like C++.
  1163.  
  1164. Eiffel is designed to be minimal: it includes exactly the features that its 
  1165. designer considered necessary, and nothing else.
  1166.  
  1167. Because Eiffel already supports (single) polymorphism through its 
  1168. inheritance system, the only positive thing that function overloading buys 
  1169. you is reducing the number of feature names you have to learn. This is at 
  1170. the expense of reducing the ability of the compiler to trap mistakes (often 
  1171. type errors).
  1172.  
  1173. Readability is also enhanced when overloading is not possible. With 
  1174. overloading you would need to consider the type of the arguments as well as 
  1175. the type of the target before you can work out which feature is called. 
  1176. With multiple inheritance and dynamic binding this is awkward for a 
  1177. compiler and error-prone for a human. There is no intuitive rule which 
  1178. could be used to disambiguate routine calls where there is no "nearest" 
  1179. routine.
  1180.  
  1181. However, in Eiffel it's easy to write one routine with arguments of the 
  1182. most general applicable type, then use the assignment attempt operator to 
  1183. carry out the appropriate operation according to the run-time type of the 
  1184. arguments (thereby explicitly programming the disambiguation "rules").
  1185.  
  1186. Having said that, the lack of multiple polymorphism does force us to write 
  1187. some common mathematical operations (e.g. matrix math) in an awkward way, 
  1188. and forces arithmetic expressions to be treated specially (the "arithmetic 
  1189. balancing rule", ETL p385). But no-one has come up with a solution which is 
  1190. so simple, elegant and useful that it improves the quality of Eiffel as a 
  1191. whole.
  1192.  
  1193. ----------
  1194.  
  1195. L09)   Why are there no procedural types in Eiffel?
  1196.  
  1197. The notion of allowing a routine to be passed as an argument to a routine 
  1198. is in many people's view incompatible with the O-O method. The definition 
  1199. of object-orientation implies that every operation belongs to an object 
  1200. type, so one does not manipulate routines just by themselves.
  1201.  
  1202. A possible technique when one feels the need to use a routine argument is 
  1203. to write a class and include the routine in it. Then (rather than passing a 
  1204. routine argument) pass an object - an instance of this class - to which the 
  1205. routine can then be applied. This is a more flexible approach in the long 
  1206. term. For example, you may later add an "undo" routine to your routine-
  1207. containing class, or an attribute such as "time of last execution".
  1208.  
  1209. ----------
  1210.  
  1211. L10)   Why are there no class attributes in Eiffel?
  1212.  
  1213. In Eiffel, the "once" function provides greater functionality in a more 
  1214. disciplined way. The body of a "once" function is executed once only, when 
  1215. it is first called. Thereafter, the "once" function returns the same Result 
  1216. without re-executing its body.
  1217.  
  1218. The "once" function can therefore be used to implement a shared constant 
  1219. object (computed on its first use), or a shared attribute of reference type 
  1220. (initialized on its first use).
  1221.  
  1222. A "once" function can be included in a mixin class. The shared attribute 
  1223. returned by that once function is then available to all instances of those 
  1224. classes which inherit from the mixin class.
  1225.  
  1226. ----------
  1227.  
  1228. L11)   How can I call the parent-class version of a redefined routine?
  1229.  
  1230. When an inherited routine is redefined in a child class, is there a way for 
  1231. the redefined routine to call the version in the parent class?
  1232.  
  1233. 1) If you are responsible for the design of the parent class, you may
  1234.    anticipate such a need. You may provide multiple versions of the same
  1235.    routine body, with some versions frozen (not redefinable):
  1236.  
  1237.    class PARENT
  1238.    feature foo, frozen parent_foo is
  1239.       do
  1240.          ...
  1241.       end
  1242.    end
  1243.  
  1244.    class CHILD
  1245.    inherit
  1246.       PARENT
  1247.          redefine foo
  1248.       end
  1249.    feature foo is
  1250.       do
  1251.          parent_foo
  1252.          ...
  1253.       end
  1254.    end
  1255.  
  1256. 2) Otherwise, you use repeated inheritance to get two versions of 'foo',
  1257.    and redefine one of them:
  1258.  
  1259.    class PARENT
  1260.    feature foo is
  1261.       do
  1262.          ...
  1263.       end
  1264.    end
  1265.  
  1266.    class CHILD
  1267.    inherit
  1268.       PARENT
  1269.          rename foo as parent_foo
  1270.       end
  1271.       PARENT
  1272.          redefine foo
  1273.          select foo  -- (in case of dynamic binding)
  1274.       end
  1275.    feature
  1276.       foo is
  1277.          do
  1278.             parent_foo
  1279.             ...
  1280.          end
  1281.    end
  1282.  
  1283.  
  1284. -- 
  1285. -- Roger Browne, 6 Bambers Walk, Wesham, PR4 3DG, UK   | Ph 0772-687525
  1286. -- Everything Eiffel: compilers/libraries/publications | +44-772-687525
  1287.  
  1288.